'宣言 Public Function New( _ ByVal collection As ICollection(Of T), _ ByVal action As NotifyCollectionChangedAction, _ ByVal changedItem As T, _ ByVal index As Integer, _ ByVal itemTypeDisplayName As String _ )
public CollectionChangeUndoUnit<T>( ICollection<T> collection, NotifyCollectionChangedAction action, T changedItem, int index, string itemTypeDisplayName )
例外 | 解説 |
---|---|
System.ArgumentNullException | collection は null であってはいけません。 |
System.ArgumentException | collection は読み取り専用にできません。 |
System.ArgumentException | action は「Add」または「Remove」である必要があります。 |